projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143a600
)
3.5.16
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Sep 2012 02:24:06 +0000
(22:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Sep 2012 02:24:06 +0000
(22:24 -0400)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index b832a66773156a7953f445d2848657dc82648d26..b1f233ddb281c7eb2e1862c212dee9dda8a46d9f 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,8
@@
+Overview of Changes in GTK+ 3.5.16
+==================================
+
+* Fix critical warnings on startup in nautilus
+
Overview of Changes in GTK+ 3.5.14
==================================
diff --git
a/configure.ac
b/configure.ac
index 0f1a7613821c70f90e5592ba454697c7a8223bcf..27ce216593a5606d9f72400566d82d2ffcf507ee 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-10,7
+10,7
@@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [5])
-m4_define([gtk_micro_version], [1
5
])
+m4_define([gtk_micro_version], [1
6
])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])